Sunday, August 13, 2023

Image Compressor Tool

body { font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .container { background-color: #fff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); padding: 20px; width: 80%; max-width: 600px; text-align: center; } input[type="file"] { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 5px; } button { background-color: #3498db; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.2s; } button:hover { background-color: #2980b9; } a { display: block; margin-top: 10px; text-decoration: none; color: #3498db; } a:hover { text-decoration: underline; } Image Compressor Tool

Image Compressor Tool

No comments:

Post a Comment

Image Compressor Tool

body { font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; display: flex; justify-co...